Skip to content

chore(deps): update dependency astral-sh/uv to v0.11.21#9

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astral-sh-uv-0.x
Open

chore(deps): update dependency astral-sh/uv to v0.11.21#9
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astral-sh-uv-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
astral-sh/uv uses-with minor 0.2.180.11.21

Release Notes

astral-sh/uv (astral-sh/uv)

v0.11.21

Compare Source

Released on 2026-06-11.

Python
Preview features
  • Add environment.root to uv workspace metadata --sync (#​19760)
  • Allow uv upgrade to update a single dependency constraint (#​19738)
  • Compute and pass uv workspace metadata payload in ty check (#​19763)
  • Make packaged applications the default for uv init (#​17841)
Performance
  • Add parallel discovery of Python versions for uv python list (#​18684)
  • Avoid normalizing source distribution names twice (#​19784)
Bug fixes
  • Improve cache robustness and pruning behavior
    • Allow CI cache pruning without an sdist bucket (#​19802)
    • Avoid overflow when reading malformed cache entries (#​19799)
    • Preserve cached Python downloads during cache pruning (#​19795)
    • Reject running inside the cache (#​19659)
  • Fix Python discovery and version request edge cases
    • Avoid panics for Unicode Python version requests (#​19797)
    • Fix handling of non-critical errors in uv python list with path requests (#​19774)
    • Fix stop-discovery-at regression (#​19769)
  • Harden parsing and validation for package metadata, requirements, markers, URLs, and conflict sets
    • Allow trailing commas in version specifiers (#​19806)
    • Avoid panics for invalid UTF-8 URL credentials (#​19800)
    • Avoid panics for malformed source distribution filenames (#​19776)
    • Avoid panics for trailing extra separators (#​19779)
    • Avoid stack overflow for recursive requirements path aliases (#​19777)
    • Ignore reversed string compatible-release markers (#​19782)
    • Reject duplicate entries in conflict sets (#​19801)
    • Reject malformed hash options in requirements files (#​19783)
    • Reject source distribution filenames without a separator (#​19803)
    • Use UTF-8 lengths for requirement errors (#​19781)
    • Use UTF-8 lengths for trailing marker errors (#​19796)
    • Use byte offsets when peeking over requirements (#​19780)
    • Validate GraalPy ABI suffixes (#​19805)
  • Improve wheel entry-point error handling and virtual environment activation quoting
    • Propagate errors when reading wheel entry points (#​19794)
    • Quote virtual environment activation paths with shell metacharacters (#​19798)

v0.11.20

Compare Source

Released on 2026-06-10.

Enhancements
  • Add --emit-index-url and --emit-find-links to uv export (#​18370)
  • Add --find-links support for uv pip list (#​16103)
  • Group executable install errors during uv python install (#​19691)
  • Use ICF in macOS release builds to reduce binary sizes (#​19615)
Preview features
  • Add initial hidden uv upgrade command (#​19678)
  • Reject Git revisions in uv upgrade (#​19742)
Configuration
  • Recognize UV_NO_INSTALL_PROJECT, UV_NO_INSTALL_WORKSPACE, UV_NO_INSTALL_LOCAL (#​19323)
Performance
  • Speed up discovery of large workspaces (#​18311)
Bug fixes
  • Allow unknown preview flags with a warning again (#​19669)
  • Apply dependency exclusions to direct requirements (#​19699)
  • Avoid following external symlinks during cache clean (#​19682)
  • Avoid following symlinks during cache prune (#​19543)
  • Fix Git cache keys for worktrees and packed refs (#​19706)
  • Make resolver error handling iterative to avoid stack overflows (#​19695)
  • Pass VIRTUAL_ENV through cygpath inside fish on Windows (#​19703)
  • Rebuild explicit local directory tool installs (#​19591)
  • Validate egg top-level entries as identifiers (#​19679)
Documentation
  • Document --find-links caching behavior (#​19585)
  • Add a small section for malware checks (#​19680)

v0.11.19

Compare Source

Released on 2026-06-03.

Python
Enhancements
  • Always compute SHA256 for remote distributions (#​19662)
  • Add PyEmscripten platform (PEP 783) (#​19629)
  • Add Pyodide 2025 target triple (#​19653)
Preview features
  • Make preview features for commands have names that aren't ambiguous with the command (#​19645)
  • Respect --isolated in uv check (#​19666)
Bug fixes
  • Continue tool uninstall after dangling receipts (#​19623)
  • Skip Unix-specific installation steps when cross-installing Windows Python distributions (#​19424)

v0.11.18

Compare Source

Released on 2026-06-01.

Performance
  • Fix performance regression in unzip of local wheels (#​19637)
Preview
Bug fixes
  • Update activation scripts with upstream fixes (#​19628)
Other changes

v0.11.17

Compare Source

Released on 2026-05-28.

Enhancements
  • Add a diagnostic for uv add with standard library modules (#​19572)
  • Expose uv workspace and its list subcommand in help output (#​19533)
  • Improve the "403 forbidden" hint to suggest ignore-error-codes when applicable (#​19521)
  • Skip direct URL lock freshness checks while offline (#​19596)
  • Add import-names and import-namespaces support to uv-build (PEP 794) (#​19380)
  • Add a --no-editable-package flag to various commands (#​19584)
  • Infer Python version requests from source trees in uv tool invocations (#​19577)
Preview features
  • Add module owners to uv workspace metadata (#​19122)
  • Do not allow uv venv --clear to remove non-virtual environments (#​19595)
Bug fixes
  • Improve the performance of large entries in tool.uv.conflicts (#​19538)
  • Avoid modifying the parent process' env with --env-file in uv run (#​19567)
  • Fix script environment creation for scripts with long filenames (#​19539)
  • Fix transitive Git archive dependencies in lockfiles (#​19589)
  • Preserve Git repository URLs in direct URL metadata (#​19590)
  • Support redirects in --check-url (#​19594)
  • Accept case-insensitive HTML tags in --find-links parsing (#​19537)
  • Reject duplicate script metadata blocks (#​19544)
  • Ban names like "python3" as script entry points (#​19535, #​19536)
  • Validate Git LFS artifacts for Git archives (#​19592)
  • Use a relative path when creating symlinks in cache to improve relocatability (#​19033)
Documentation
  • Fix malformed positional anchors in the CLI reference (#​19575)

v0.11.16

Compare Source

Released on 2026-05-21.

Enhancements
  • Add support for direct archive dependencies in Git (#​10072)
  • Adjust hint rendering (#​18090)
Preview features
  • uv audit: specialize malformed OSV error (#​19515)
  • Reject locked malware installations (#​18936)
Configuration
  • Allow disabling reading the system config with UV_NO_SYSTEM_CONFIG (#​19476)
Bug fixes
  • Allow environment variables that take a list to be empty (#​19503)
  • Ensure that incompatible wheel hints do not leak secrets (#​19504)
  • Reject unsafe entry points in uv-build (#​19495)
  • Restrict delimiters in entry point parsing (#​19471)
  • uv-netrc: fix multi-word no-space comment lines causing parse errors (#​19494)
Documentation
  • Document and test relative exclude-newer support for uv pip (#​19475)

v0.11.15

Compare Source

Released on 2026-05-18.

Security
Enhancements
  • Add TOML v1.1 -> v1.0 backwards compatibility for source distributions (#​18741)
  • Add support for Azure request signing (#​19421)
  • Apply stricter validation to all wheel filename segments (#​19364)
  • Reject empty strings as an invalid package name (#​19435)
  • Use structured errors for signing authentication failures (#​19422)
Preview
Configuration
  • Respect required-environments in uv pip compile (#​19378)
Performance
  • Avoid parsing JSON manifest when local Python is available (#​19398)
  • Avoid walking nested directories in linker conflict registration (#​19382)
  • Optimize async wheel ZIP writing (#​19383)
  • Fix dead "already trimmed" fast-path in Version::only_release_trimmed (#​19425)
Bug fixes
  • Apply workspace-member [tool.uv.sources] credentials under uv sync --frozen (#​19423)
  • Skip empty directories in uv build outputs (#​19437)
  • Fix Git submodule handling when using relative paths (#​12156)
  • Fix line number reporting in netrc parsing (#​19452)
Documentation
  • Move Bazel auth helper setup into integration guide (#​19392)

v0.11.14

Compare Source

Released on 2026-05-12.

Enhancements
  • Add Astral mirror URL override (#​19206)
  • Ignore top_level.txt entries in uninstall that are not valid Python identifiers (#​19340)
Bug fixes
  • Avoid applying .env files in parent process (#​19343)
  • Filter ANSI codes in logging output (#​19311)
  • Fix uv tree showing extra-conditional deps for packages required without extras (#​19332)
  • Respect build options (e.g., --no-build) during lock validation (#​19366)

v0.11.13

Compare Source

Released on 2026-05-10.

Bug fixes
  • Include data files in editable builds (#​19312)
  • Respect --require-hashes when installing from pylock.toml files (#​19334)
Python
Python
  • Add CPython 3.14.5

v0.11.12

Compare Source

Released on 2026-05-08.

Python
  • Add CPython 3.15.0b1
Enhancements
  • Add --no-editable support to uv pip install (#​19306)
  • Require git refs in URLs to be percent-encoded (#​19320)
Bug fixes
Documentation
  • Fix bug from inconsistent workflow name in GHA-PyPI guide example (#​19309)

v0.11.11

Compare Source

Released on 2026-05-06.

Bug fixes
  • Accept legacy ID format from pre-0.11.9 cache entries (#​19301)

v0.11.10

Compare Source

Released on 2026-05-05.

Bug fixes
  • Allow pre-release Python requests with non-zero patch versions (#​19286)

v0.11.9

Compare Source

Released on 2026-05-04.

This release includes a special release candidate for the next Python 3.14 patch release. Python 3.14 included a new garbage collection implementation, which reduced pause times but caused significant unexpected memory pressure in production environments. In 3.14.5 and 3.15, the previous garbage collection implementation will be restored.

We would greatly appreciate if you tested the 3.14.5rc1 version included in this release. The stable version is expected to be released soon and any feedback on potential issues would be helpful to the Python development team.

For more context, see the announcement, issue, and pull request.

Issues with the new release can be reported in the uv or CPython issue trackers.

Python
  • Upgrade PyPy to v7.3.22
  • Add CPython 3.14.5rc1
  • On macOS, CPython statically links libpython to match Linux
Enhancements
  • Omit compatible release desugaring for pre-release hints (#​19267)
  • Fix file locks on Android (#​18323)
Preview
  • uv audit add reporting for adverse project statuses (#​19128)
Bug fixes
  • Discover versioned Python executables when requires-python pins a version (#​18700)
  • Fix URL prefix matching to require path boundaries (#​19154)
  • Fix transitive Git path dependencies in lockfiles (#​19269)
  • Handle incorrect unlock error in LockedFile::drop on Wine (#​19229)
  • Prevent uninstalling site-packages for empty top_level.txt in .egg-info (#​19114)
  • Use symlinks instead of junctions on Wine (#​19213)
  • Fix floating-point environment handling on ARMv7 (#​19157)
  • Redact credentials from remote requirements URL in offline errors (#​19216)
  • Windows tramplolines no longer set PYTHONHOME and only set __PYVENV_LAUNCHER__ for virtual environments (#​19199)
Documentation
  • Mark --native-tls and UV_NATIVE_TLS as deprecated (#​18705)
  • Re-add pytorch-triton-rocm to PyTorch ROCm docs (#​19241)
  • Tweak changelog entries for 0.11.8 (#​19188)
  • Add 'Exporting lockfiles' to the Concepts->Projects index (#​19209)
  • Clarify that uv init creates git files / folders in the projects guide (#​19183)

v0.11.8

Compare Source

Released on 2026-04-27.

Enhancements
  • Add --python-downloads-json-url to python pin (#​19092)
  • Fetch uv from Astral mirror during self-update (#​18682)
  • Support pip uninstall -y (#​19082)
  • Allow exclude-newer to be missing from the lockfile when exclude-newer-span is present (#​19024)
  • Only show the version number in uv self version --short (#​19019)
  • Silence warnings on empty SSL_CERT_DIR directory (#​19018)
  • Use a sentinel timestamp for relative exclude-newer and exclude-newer-package values in lockfiles (#​19022, #​19101)
Configuration
  • Add UV_PYTHON_NO_REGISTRY (#​19035)
  • Add an environment variable for UV_NO_PROJECT (#​19052)
  • Expose UV_PYTHON_SEARCH_PATH for Python discovery PATH overrides (#​19034)
Bug fixes
  • Add rust-toolchain.toml to uv-build sdist (#​19131)
  • Ensure uv invocations of git do not inherit repository location environment variables (#​19088)
  • Redact pre-signed upload URLs in verbose output (#​19146)
  • Handle transitive URL dependencies in PEP 517 build requirements (#​19076, #​19086)
  • Support uv lock on a pyproject.toml that only contains dependency-groups (#​19087)
  • Disable transparent Python upgrades in projects when a patch version is requested via .python-version (#​19102)
  • Fix Python variant tagging in the Windows registry (#​19012)
  • Ban external symlinks in .tar.zst wheels (#​19144)
Distributions
  • Remove deprecated license classifiers from uv-build and add Python 3.14 classifier (#​19130)
Documentation
  • Bump astral-sh/setup-uv version in docs (#​19030)
  • Update PyTorch documentation for PyTorch 2.11 (#​19095)

v0.11.7

Compare Source

Released on 2026-04-15.

Python
  • Upgrade CPython build to 2026041 including an OpenSSL security upgrade (#​19004)
Enhancements
  • Elevate configuration errors to required-version mismatches (#​18977)
  • Further improve TLS certificate validation messages (#​18933)
  • Improve --exclude-newer hints (#​18952)
Preview features
  • Fix --script handling in uv audit (#​18970)
  • Fix traversal of extras in uv audit (#​18970)
Bug fixes
  • De-quote workspace metadata in linehaul data (#​18966)
  • Avoid installing tool workspace member dependencies as editable (#​18891)
  • Emit JSON report for uv sync --check failures (#​18976)
  • Filter and warn on invalid TLS certificates (#​18951)
  • Fix equality comparisons for version specifiers with ~= operators (#​18960)
  • Fix stale Python upgrade preview feature check in project environment construction (#​18961)
  • Improve Windows path normalization (#​18945)

v0.11.6

Compare Source

Released on 2026-04-09.

This release resolves a low severity security advisory in which wheels with malformed RECORD entries could delete arbitrary files on uninstall. See GHSA-pjjw-68hj-v9mw for details.

Bug fixes
  • Do not remove files outside the venv on uninstall (#​18942)
  • Validate and heal wheel RECORD during installation (#​18943)
  • Avoid uv cache clean errors due to Win32 path normalization (#​18856)

v0.11.5

Compare Source

Released on 2026-04-08.

Python
  • Add CPython 3.13.13, 3.14.4, and 3.15.0a8 (#​18908)
Enhancements
  • Fix build_system.requires error message (#​18911)
  • Remove trailing path separators in path normalization (#​18915)
  • Improve error messages for unsupported or invalid TLS certificates (#​18924)
Preview features
  • Add exclude-newer to [[tool.uv.index]] (#​18839)
  • uv audit: add context/warnings for ignored vulnerabilities (#​18905)
Bug fixes
  • Normalize persisted fork markers before lock equality checks (#​18612)
  • Clear junction properly when uninstalling Python versions on Windows (#​18815)
  • Report error cleanly instead of panicking on TLS certificate error (#​18904)
Documentation

v0.11.4

Compare Source

Released on 2026-04-07.

Enhancements
  • Add support for --upgrade-group (#​18266)
  • Merge repeated archive URL hashes by version ID (#​18841)
  • Require all direct URL hash algorithms to match (#​18842)
Bug fixes
  • Avoid panics in environment finding via cycle detection (#​18828)
  • Enforce direct URL hashes for pyproject.toml dependencies (#​18786)
  • Error on --locked and --frozen when script lockfile is missing (#​18832)
  • Fix uv export extra resolution for workspace member and conflicting extras (#​18888)
  • Include conflicts defined in virtual workspace root (#​18886)
  • Recompute relative exclude-newer values during uv tree --outdated (#​18899)
  • Respect --exclude-newer in uv tool list --outdated (#​18861)
  • Sort by comparator to break specifier ties (#​18850)
  • Store relative timestamps in tool receipts (#​18901)
  • Track newly-activated extras when determining conflicts (#​18852)
  • Patch Cargo.lock in uv-build source distributions (#​18831)
Documentation
  • Clarify that --exclude-newer compares artifact upload times (#​18830)

v0.11.3

Compare Source

Released on 2026-04-01.

Enhancements
  • Add progress bar for hashing phase in uv publish (#​18752)
  • Add support for ROCm 7.2 (#​18730)
  • Emit abi3t tags for every abi3 version (#​18777)
  • Expand uv workspace metadata with dependency information from the lock (#​18356)
  • Implement support for PEP 803 (#​18767)
  • Pretty-print platform in built wheel errors (#​18738)
  • Publish installers to /installers/uv/latest on the mirror (#​18725)
  • Show free-threaded Python in built-wheel errors (#​18740)
Preview features
  • Add --ignore and --ignore-until-fixed to uv audit (#​18737)
Bug fixes
  • Bump simple API cache (#​18797)
  • Don't drop blake2b hashes (#​18794)
  • Handle broken range request implementations (#​18780)
  • Remove powerpc64-unknown-linux-gnu from release build targets (#​18800)
  • Respect dependency metadata overrides in uv pip check (#​18742)
  • Support debug CPython ABI tags in environment compatibility (#​18739)
Documentation

v0.11.2

Compare Source

Released on 2026-06-11.

Python
Preview features
  • Add environment.root to uv workspace metadata --sync (#​19760)
  • Allow uv upgrade to update a single dependency constraint (#​19738)
  • Compute and pass uv workspace metadata payload in ty check (#​19763)
  • Make packaged applications the default for uv init (#​17841)
Performance
  • Add parallel discovery of Python versions for uv python list (#​18684)
  • Avoid normalizing source distribution names twice (#​19784)
Bug fixes
  • Improve cache robustness and pruning behavior
    • Allow CI cache pruning without an sdist bucket (#​19802)
    • Avoid overflow when reading malformed cache entries (#​19799)
    • Preserve cached Python downloads during cache pruning (#​19795)
    • Reject running inside the cache (#​19659)
  • Fix Python discovery and version request edge cases
    • Avoid panics for Unicode Python version requests (#​19797)
    • Fix handling of non-critical errors in uv python list with path requests (#​19774)
    • Fix stop-discovery-at regression (#​19769)
  • Harden parsing and validation for package metadata, requirements, markers, URLs, and conflict sets
    • Allow trailing commas in version specifiers (#​19806)
    • Avoid panics for invalid UTF-8 URL credentials (#​19800)
    • Avoid panics for malformed source distribution filenames (#​19776)
    • Avoid panics for trailing extra separators (#​19779)
    • Avoid stack overflow for recursive requirements path aliases (#​19777)
    • Ignore reversed string compatible-release markers (#​19782)
    • Reject duplicate entries in conflict sets (#​19801)
    • Reject malformed hash options in requirements files (#​19783)
    • Reject source distribution filenames without a separator (#​19803)
    • Use UTF-8 lengths for requirement errors (#​19781)
    • Use UTF-8 lengths for trailing marker errors (#​19796)
    • Use byte offsets when peeking over requirements (#​19780)
    • Validate GraalPy ABI suffixes (#​19805)
  • Improve wheel entry-point error handling and virtual environment activation quoting
    • Propagate errors when reading wheel entry points (#​19794)
    • Quote virtual environment activation paths with shell metacharacters (#​19798)

v0.11.1

Compare Source

Released on 2026-06-03.

Python
Enhancements
  • Always compute SHA256 for remote distributions (#​19662)
  • Add PyEmscripten platform (PEP 783) (#​19629)
  • Add Pyodide 2025 target triple (#​19653)
Preview features
  • Make preview features for commands have names that aren't ambiguous with the command (#​19645)
  • Respect --isolated in uv check (#​19666)
Bug fixes
  • Continue tool uninstall after dangling receipts (#​19623)
  • Skip Unix-specific installation steps when cross-installing Windows Python distributions (#​19424)

v0.11.0

Compare Source

Released on 2026-03-23.

Breaking changes

This release includes changes to the networking stack used by uv. While we think that breakage will be rare, it is possible that these changes will result in the rejection of certificates previously trusted by uv so we have marked the change as breaking out of an abundance of caution.

The changes are largely driven by the upgrade of reqwest, which powers uv's HTTP clients, to v0.13 which included some breaking changes to TLS certificate verification.

The following changes are included:

  • rustls-platform-verifier is used instead of rustls-native-certs and webpki for certificate verification

    This change should have no effect unless you are using the native-tls option to enable reading system certificates.

    rustls-platform-verifier delegates to the system for certificate validation (e.g., Security.framework on macOS) instead of eagerly loading certificates from the system and verifying them via webpki. The effects of this change will vary based on the operating system. In general, uv's certificate validation should now be more consistent with browsers and other native applications. However, this is the most likely cause of breaking changes in this release. Some previously failing certificate chains may succeed, and some previously accepted certificate chains may fail. In either case, we expect the validation to be more correct and welcome reports of regressions.

    In particular, because more responsibility for validating the certificate is transferred to your system's security library, some features like CA constraints or revocation of certificates via OCSP and CRLs may now be used.

    This change should improve performance when using system certificate on macOS, as uv no longer needs to load all certificates from the keychain at startup.

  • aws-lc is used instead of ring for a cryptography backend

    There should not be breaking changes from this change. We expect this to expand support for certificate signature algorithms.

  • --native-tls is deprecated in favor of a new --system-certs flag

    The --native-tls flag is still usable and has identical behavior to --system-certs.

    This change was made to reduce confusion about the TLS implementation uv uses. uv always uses rustls not native-tls.

  • Building uv on x86-64 and i686 Windows requires NASM

    NASM is required by aws-lc. If not found on the system, a prebuilt blob provided by aws-lc-sys will be used.

    If you are not building uv from source, this change has no effect.

    See the CONTRIBUTING guide for details.

  • Empty SSL_CERT_FILE values are ignored (for consistency with SSL_CERT_DIR)

See #​18550 for details.

Python
  • Enable frame pointers for improved profiling on Linux x86-64 and aarch64

See the python-build-standalone release notes for details.

Enhancements
  • Treat 'Dynamic' values as case-insensitive (#​18669)
  • Use a dedicated error for invalid cache control headers (#​18657)
  • Enable checksum verification in the generated installer script (#​18625)
Preview features
  • Add --service-format and --service-url to uv audit (#​18571)
Performance
  • Avoid holding flat index lock across indexes (#​18659)
Bug fixes
  • Find the dynamic linker on the file system when sniffing binaries fails (#​18457)
  • Fix export of conflicting workspace members with dependencies (#​18666)
  • Respect installed settings in uv tool list --outdated (#​18586)
  • Treat paths originating as PEP 508 URLs which contain expanded variables as relative (#​18680)
  • Fix uv export for workspace member packages with conflicts (#​18635)
  • Continue to alternative authentication providers when the pyx store has no token (#​18425)
  • Use redacted URLs for log messages in cached client (#​18599)
Documentation
  • Add details on Linux versions to the platform policy (#​18574)
  • Clarify FLASH_ATTENTION_SKIP_CUDA_BUILD guidance for flash-attn installs (#​18473)
  • Split the dependency bots page into two separate pages (#​18597)
  • Split the alternative indexes page into separate pages (#​18607)

v0.10.12

Compare Source

Release Notes

Released on 2026-03-19.

Python
Enhancements
  • Include uv's target triple in version report (#​18520)
  • Allow comma separated values in --no-emit-package (#​18565)
Preview features
Bug fixes
  • Improve reporting of managed interpreter symlinks in uv python list (#​18459)
  • Preserve end-of-line comments on previous entries when removing dependencies (#​18557)
  • Treat abi3 wheel Python version as a lower bound (#​18536)
  • Detect hard-float support on aarch64 kernels running armv7 userspace (#​18530)
Documentation
  • Add Python 3.15 to supported versions (#​18552)
  • Adjust the PyPy note (#​18548)
  • Move Pyodide to Tier 2 in the Python support policy (#​18561)
  • Move Rust and Python version support out of the Platform support policy (#​18535)
  • Update Docker guide with changes from uv-docker-example (#​18558)
  • Update the Python version policy (#​18559)

Install uv 0.10.12

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.10.12/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.10.12/uv-installer.ps1 | iex"

Download uv 0.10.12

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo astral-sh/uv

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.10.11

Compare Source

Release Notes

Released on 2026-03-16.

Enhancements
  • Fetch Ruff release metadata from an Astral mirror (#​18358)
  • Use PEP 639 license metadata for uv itself (#​16477)
Performance
  • Improve distribution id performance (#​18486)
Bug fixes
  • Allow --project to refer to a pyproject.toml directly and reduce to a warning on other files (#​18513)
  • Disable SYSTEM_VERSION_COMPAT when querying interpreters on macOS (#​18452)
  • Enforce available distributions for supported environments (#​18451)
  • Fix uv sync --active recreating active environments when UV_PYTHON_INSTALL_DIR is relative (#​18398)
Documentation
  • Add missing -o requirements.txt in uv pip compile example (#​12308)
  • Link to organization se

Note

PR body was truncated to here.

@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 6f0f275 to 8969df2 Compare August 12, 2025 05:41
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.8 chore(deps): update dependency astral-sh/uv to v0.8.9 Aug 12, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 8969df2 to 28eb248 Compare August 13, 2025 21:47
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.9 chore(deps): update dependency astral-sh/uv to v0.8.10 Aug 13, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 28eb248 to e1a2dfa Compare August 14, 2025 21:47
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.10 chore(deps): update dependency astral-sh/uv to v0.8.11 Aug 14, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from e1a2dfa to b138706 Compare August 19, 2025 01:23
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.11 chore(deps): update dependency astral-sh/uv to v0.8.12 Aug 19, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from b138706 to 48e21eb Compare August 21, 2025 21:49
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.12 chore(deps): update dependency astral-sh/uv to v0.8.13 Aug 21, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 48e21eb to fd4507d Compare August 31, 2025 10:57
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.13 chore(deps): update dependency astral-sh/uv to v0.8.14 Aug 31, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from fd4507d to 9811588 Compare September 6, 2025 19:30
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.14 chore(deps): update dependency astral-sh/uv to v0.8.15 Sep 6, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 9811588 to b864d39 Compare September 10, 2025 03:26
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.15 chore(deps): update dependency astral-sh/uv to v0.8.16 Sep 10, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from b864d39 to 12e8731 Compare September 11, 2025 01:45
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.16 chore(deps): update dependency astral-sh/uv to v0.8.17 Sep 11, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 12e8731 to 5602ace Compare September 18, 2025 02:44
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.17 chore(deps): update dependency astral-sh/uv to v0.8.18 Sep 18, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 5602ace to 0b51dd2 Compare September 20, 2025 01:42
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.18 chore(deps): update dependency astral-sh/uv to v0.8.19 Sep 20, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 0b51dd2 to 4180cfb Compare September 23, 2025 00:23
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.19 chore(deps): update dependency astral-sh/uv to v0.8.20 Sep 23, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 4180cfb to 37942ac Compare September 23, 2025 14:51
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.20 chore(deps): update dependency astral-sh/uv to v0.8.21 Sep 23, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 37942ac to 6cfd0a7 Compare September 23, 2025 20:57
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.21 chore(deps): update dependency astral-sh/uv to v0.8.22 Sep 23, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 6cfd0a7 to 1551cfb Compare October 4, 2025 21:34
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.8.22 chore(deps): update dependency astral-sh/uv to v0.8.23 Oct 4, 2025
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.3 chore(deps): update dependency astral-sh/uv to v0.9.4 Oct 19, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from ffeae0f to c94713a Compare October 21, 2025 23:07
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.4 chore(deps): update dependency astral-sh/uv to v0.9.5 Oct 21, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from c94713a to 54250ff Compare October 30, 2025 00:49
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.5 chore(deps): update dependency astral-sh/uv to v0.9.6 Oct 30, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 54250ff to f05a846 Compare October 30, 2025 23:38
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.6 chore(deps): update dependency astral-sh/uv to v0.9.7 Oct 30, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from f05a846 to 633f712 Compare November 7, 2025 22:51
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.7 chore(deps): update dependency astral-sh/uv to v0.9.8 Nov 7, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 633f712 to b383633 Compare November 12, 2025 21:04
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.8 chore(deps): update dependency astral-sh/uv to v0.9.9 Nov 12, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from b383633 to 81b5a70 Compare November 18, 2025 03:59
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.9 chore(deps): update dependency astral-sh/uv to v0.9.10 Nov 18, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 81b5a70 to 3442db6 Compare November 21, 2025 01:37
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.10 chore(deps): update dependency astral-sh/uv to v0.9.11 Nov 21, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 3442db6 to 2ec4ba0 Compare November 25, 2025 21:37
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.11 chore(deps): update dependency astral-sh/uv to v0.9.12 Nov 25, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 2ec4ba0 to fe78ad5 Compare November 26, 2025 16:49
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.12 chore(deps): update dependency astral-sh/uv to v0.9.13 Nov 26, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from fe78ad5 to 050c802 Compare December 1, 2025 19:08
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.13 chore(deps): update dependency astral-sh/uv to v0.9.14 Dec 1, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 050c802 to 0d79492 Compare December 3, 2025 04:05
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.14 chore(deps): update dependency astral-sh/uv to v0.9.15 Dec 3, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 0d79492 to 79a9d5c Compare December 6, 2025 16:54
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.15 chore(deps): update dependency astral-sh/uv to v0.9.16 Dec 6, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 79a9d5c to 0686f28 Compare December 10, 2025 03:13
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.16 chore(deps): update dependency astral-sh/uv to v0.9.17 Dec 10, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-uv-0.x branch from 0686f28 to 85db0b6 Compare December 16, 2025 16:37
@renovate renovate Bot changed the title chore(deps): update dependency astral-sh/uv to v0.9.17 chore(deps): update dependency astral-sh/uv to v0.9.18 Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants